type crypto/x509.pkcs1PublicKey
6 uses
crypto/x509 (current package)
parser.go#L249: p := &pkcs1PublicKey{N: new(big.Int)}
pkcs1.go#L39: type pkcs1PublicKey struct {
pkcs1.go#L139: var pub pkcs1PublicKey
pkcs1.go#L168: derBytes, _ := asn1.Marshal(pkcs1PublicKey{
x509.go#L58: if _, err := asn1.Unmarshal(derBytes, &pkcs1PublicKey{}); err == nil {
x509.go#L75: publicKeyBytes, err = asn1.Marshal(pkcs1PublicKey{
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)